crypto/internal/fips140/ecdh.Curve.curve (field)
9 uses
crypto/internal/fips140/ecdh (current package)
ecdh.go#L57: curve curveID
ecdh.go#L74: curve: p224,
ecdh.go#L89: curve: p256,
ecdh.go#L104: curve: p384,
ecdh.go#L121: curve: p521,
ecdh.go#L156: if c.curve == p521 && c.N[0]&0b1111_1110 == 0 {
ecdh.go#L212: k := &PrivateKey{d: bytes.Clone(key), pub: PublicKey{curve: c.curve, q: publicKey}}
ecdh.go#L230: return &PublicKey{curve: c.curve, q: bytes.Clone(key)}, nil
ecdh.go#L240: if c.curve != k.pub.curve {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |